home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / memory.h < prev    next >
C/C++ Source or Header  |  1993-09-10  |  64b  |  6 lines

  1. #ifdef VMS
  2. #include <string.h>
  3. #else
  4. #include <memory.h>
  5. #endif
  6.